home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Freeware / xint 3.6 / xint.exe / {app} / ReplacingNotepad.bat < prev    next >
DOS Batch File  |  2004-06-01  |  299b  |  11 lines

  1. @echo off
  2.  
  3. @echo Backing up notepad.exe to %WINDIR%\notepad.exe.orig
  4. copy %WINDIR%\notepad.exe %WINDIR%\notepad.exe.orig
  5.  
  6. @echo Replacing Notepad with xint
  7. copy xint.exe %WINDIR%\System32\DllCache\notepad.exe
  8. copy xint.exe %WINDIR%\System32\notepad.exe
  9. copy xint.exe %WINDIR%\notepad.exe
  10.  
  11.